home *** CD-ROM | disk | FTP | other *** search
/ DOpus Plus / DOpus Plus.iso / Tutorial / C Guide / Simple_Module2 / includes / buildin.cd next >
Text File  |  1998-08-27  |  966b  |  79 lines

  1. ; ******************* 
  2. ; Catalog description
  3. ; ******************* 
  4. ;
  5. ; At first the description of the commands
  6. ;
  7. FUNC0_DESCRIPTION (//)
  8. A simple requester
  9. ;
  10. FUNC1_DESCRIPTION (//)
  11. Your first window
  12. ;
  13. FUNC2_DESCRIPTION (//)
  14. This you'll never see...
  15. ;
  16. ; Now our strings for the requester
  17. ;
  18. MSG_ARGUMENTS (//)
  19. You have supplied
  20. ;
  21. MSG_REVERSED (//)
  22. In reversed order
  23. ;
  24. MSG_COUNTED (//)
  25. Signs counted
  26. ;
  27. MSG_ER_TITLE (//)
  28. DOpus Example Requester
  29. ;
  30. MSG_OKAY_BUTTON (//)
  31. Go on...
  32. ;
  33. ; Here follows the strings for the window
  34. ;
  35. MSG_WINDOW_TITLE (//)
  36. DOpus Example Window
  37. ;
  38. MSG_CYCLE_GAD (//)
  39. Cycle me
  40. ;
  41. MSG_OKAY (//)
  42. Okay
  43. ;
  44. MSG_CANCEL (//)
  45. Cancel
  46. ;
  47. MSG_CLICK_ME (//)
  48. Click me
  49. ;
  50. MSG_DO_AGAIN (//)
  51. Do again
  52. ;
  53. MSG_NICE_EHH (//)
  54. Nice ehh
  55. ;
  56. MSG_OKAY_DONE (//)
  57. Okay button clicked
  58. ;
  59. MSG_CANCEL_DONE (//)
  60. Cancel button clicked
  61. ;
  62. ; Now something for our menu
  63. ;
  64. MSG_PROJECT (//)
  65. Project
  66. ;
  67. MSG_SAVE (//)
  68. Save
  69. ;
  70. MSG_QUIT (//)
  71. Quit
  72. ;
  73. MSG_NEXT_MENU (//)
  74. Next Menu
  75. ;
  76. MSG_ITEM (//)
  77. Item
  78. ;
  79.